home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / games / f1gp-ed / catalogs / newcatalog.ct (.txt) next >
Amiga Catalog Translation file  |  1997-02-16  |  19KB  |  815 lines

  1. ## version 
  2. ## language 
  3. ## codeset 0
  4. ;   F1GP-Ed 3.30 Catalog Translation File
  5. ;   Program Copyright 
  6.  1994-1997 Oliver Roberts
  7. ;   Internet: Oliver@POBoxes.com
  8. ;   Translator: <your name>
  9. ;     Internet: <your email address>
  10. ;      Address: <your snail mail address>
  11. ;   This file contains the catalog-definitions and the english strings
  12. ;   that are builtin.  If you would prefer the text in F1GP-Ed to be in
  13. ;   another language (ie your own), then you might want to translate the
  14. ;   strings in this file and send the completed file back to me.
  15. ;   IMPORTANT: Please check with me before translating, just in case
  16. ;              somebody else has already done the translation, or is
  17. ;              currently working on it - I don't want you to waste your
  18. ;              time.
  19. ;   The following defines a sequence of strings. Each definition looks as
  20. ;   follows:
  21. ;   MSG_STRING_NAME
  22. ;   text
  23. ;   ;english
  24. ;   where:
  25. ;      MSG_STRING_NAME is the name of the macro-definition, that will be
  26. ;                      used to get the string - do NOT change this!
  27. ;      text            is the text the string will contain (fill this in)
  28. ;      ;english        is the text in english
  29. ;   *** strings can contain certain tokens:
  30. ;      \      denotes the string continues on the next line in this file
  31. ;      \n     denotes a physical newline (carriage return)
  32. ;      _      denotes a keyboard shortcut (following letter is the shortcut)
  33. ;   Lines beginning with semi-colons (;) are comments.
  34. ;   Some strings contain printf control codes (e.g. %d) - make sure these
  35. ;   appear in the translated string.
  36. ;   A NOTE ABOUT KEYBOARD SHORTCUTS
  37. ;     You may redefine any of the English keyboard shortcuts, or omit any
  38. ;     of them (ie no _ in translation, when there is one in the English
  39. ;     string).  However, if the English string doesn't have a shortcut
  40. ;     you shouldn't add one to your translation, as it won't do anything!
  41. ;     Localized shortcuts are supported starting with F1GP-Ed 3.10
  42. ;   IMPORTANT NOTE ABOUT STRING LENGTHS
  43. ;     Generally, it is okay to make strings that appear in requesters,
  44. ;     menus and key redefinition windows as long as you wish (within
  45. ;     reason).  You have to be a bit more careful when translating
  46. ;     gadget labels and other text that appears inside editor windows
  47. ;     to make sure they fit.  Generally, if the english string only
  48. ;     just fits into its space (with fixed width 8 point font), then
  49. ;     you shouldn't really make the translated string longer than the
  50. ;     english one.  Don't worry too much about this - you can always
  51. ;     correct overlong strings once you've got the .catalog from me.
  52. ;   AND NOW THE DEFINITIONS SHALL BEGIN... GOOD LUCK :-)
  53. ;************************************************************************
  54. ;** Text used in various requester buttons
  55. TXT_Load
  56. ;Load
  57. TXT_Save
  58. ;Save
  59. TXT_Select
  60. ;Select
  61. TXT_Replace
  62. ;Replace
  63. TXT_Cancel
  64. ;Cancel
  65. TXT_SharewareInfo
  66. ;Shareware Info
  67. ;*******************************************************************
  68. ;** Various requester title text
  69. ;** (string length is not too important)
  70. TXT_DisplayErrorTitle
  71. ;F1GP-Ed Message
  72. TXT_ConfirmReqTitle
  73. ;F1GP-Ed Request
  74. TXT_DataFileReqTitle
  75. ;Select F1GP-Ed datafile
  76. TXT_SampleReqTitle
  77. ;Select RAW sound sample
  78. TXT_DirReqTitle
  79. ;Select directory
  80. TXT_BinReqTitle
  81. ;Select F1GP disk #2 directory
  82. TXT_RecordsReqTitle
  83. ;Select F1GP lap records file
  84. TXT_NamesReqTitle
  85. ;Select F1GP names file
  86. TXT_SetupReqTitle
  87. ;Select F1GP global car setups file
  88. TXT_SingleSetupReqTitle
  89. ;Select F1GP car setup file
  90. TXT_OutputTextReqTitle
  91. ;Select output file
  92. TXT_GfxReqTitle
  93. ;Select RAW Image
  94. TXT_GfxSetReqTitle
  95. ;Select graphics settings file
  96. TXT_GfxReqTitleIFF
  97. ;Select IFF ILBM or RAW Image
  98. TXT_StatsReqTitle
  99. ;Select calculator events file
  100. TXT_SampleSetReqTitle
  101. ;Select sound settings file
  102. TXT_IFFImageReqTitle
  103. ;Select IFF ILBM or .BKG Image
  104. TXT_BkgReqTitle
  105. ;Select F1GP backdrop file
  106. ;********************************************************************
  107. ;** Warnings that require responses
  108. ;** (string length is not important)
  109. TXT_FileExists
  110. ;File exists, replace?
  111. ;TXT_SampleTooSmall (51//)                  REMOVED IN V3.20
  112. ;Warning: Sample is smaller than the\n\     DON'T TRANSLATE IT
  113. ;recommended size.  Remaining space\n\
  114. ;will be cleared.  Do you still\n\
  115. ;want to save it?
  116. ;TXT_SampleTooBig (52//)            REMOVED IN V3.20
  117. ;Warning: Sample size is larger than\n\     DON'T TRANSLATE IT
  118. ;the recommended size.  Sample will\n\
  119. ;be truncated.  Do you still want to\n\
  120. ;save it?
  121. TXT_ConfirmQuit
  122. ;Are you sure you want to quit?
  123. TXT_ModifyBin
  124. ;This will directly modify your F1GP binary.\n\
  125. ;Please make sure you are using a backup\n\n\
  126. ;Version \
  127. TXT_MemWarn
  128. ;This option will directly alter system memory.\n\
  129. ;Make sure you have saved all your work\n\n\
  130. ;Version \
  131. TXT_PatchQuit
  132. ;Memory Patches still active.\n\
  133. ;Remove them, and then quit?
  134. TXT_CloseWindows
  135. ;Change screen now?\n\
  136. ;(all windows will be closed)
  137. TXT_ImageTooBig
  138. ;Warning: Image is larger than 320x184x4.\n\
  139. ;Right and bottom edges will be cropped\n\
  140. ;where required.  Do you still want to\n\
  141. ;save it?
  142. TXT_SampleTooBig2
  143. ;Warning: %s\n\
  144. ;is larger than the maximum size (%d bytes).\n\n\
  145. ;The sound sample will be truncated.
  146. ;**********************************************************************
  147. ;** Error messages
  148. ;** (string length is not important)
  149. ;TXT_NoGadtools (100//)        REMOVED IN V3.10
  150. ;Requires gadtools13.library V34
  151. ;TXT_NoAsl (101//)        REMOVED IN V3.10
  152. ;Requires asl.library V38 or reqtools.library V38
  153. ;TXT_NoReqtools (102//)        REMOVED IN V3.10
  154. ;Requires reqtools.library V38
  155. TXT_ScreenOpenFailed
  156. ;Could not open screen
  157. TXT_NotABinary
  158. ;Not a F1GP or WC Binary!  The size of the `f1gp'\n\
  159. ;file should be 582780, 582988 or 582992 bytes.
  160. TXT_WrongFileType
  161. ;Expected different file type
  162. ;TXT_LessThan26Selected (106//)
  163. ;You must have at least 26 drivers\n\
  164. ;allocated to the teams.
  165. TXT_StackTooSmall
  166. ;Stack too small - F1GP-Ed needs at least 4000 bytes
  167. TXT_NotInMem
  168. ;Cannot find F1GP in memory - aborting operation
  169. TXT_ClickGFXError
  170. ;Could not allocate memory to enable colour editor
  171. TXT_Crippled
  172. ;You haven't registered - feature disabled
  173. ;TXT_NoF1GPLib (111//)        REMOVED IN V3.10
  174. ;Requires f1gp.library V35
  175. TXT_Requires
  176. ;Requires
  177. TXT_NotEnoughDrivers
  178. ;You must have at least %d drivers\n\
  179. ;allocated to the teams.  Also,\n\
  180. ;ensure there are enough teams.
  181. TXT_UnhandledILBM
  182. ;Sorry, cannot handle this image type
  183. TXT_CorruptILBM
  184. ;Unable to load ILBM - appears to be corrupt
  185. TXT_ImageTooSmall
  186. ;Image too small
  187. TXT_NoMem
  188. ;Not enough memory available
  189. ;**********************************************************************
  190. ;** Camera editor text
  191. ;** (string is important)
  192. cameraLength
  193. ;_Length of Shot:
  194. cameraSpeed
  195. ;_Tracking Speed:
  196. cameraZoom
  197. ;_Zoom:
  198. cameraHeight
  199. ;_Height:
  200. cameraPresets
  201. ;_Presets:
  202. cameraRide
  203. ;_Ride Height:
  204. cameraTrackCam
  205. ;Trackside Camera
  206. cameraChaseCam
  207. ;Chase Cameras
  208. cameraBothCam
  209. ;Trackside & Chase
  210. cameraInCar
  211. ;In-Car
  212. ;*********************************************************************
  213. ;** Cheat editor text
  214. ;** (string length is important)
  215. cheatQPractice
  216. ;_Q Tyres in Practice?
  217. cheatUnlimited
  218. ;_Unlimited Q Tyres?
  219. cheatAids
  220. ;_All Driving Aids?
  221. cheatTeamHP
  222. ;Use _Team HP?
  223. cheatPlayerHP
  224. ;_Player HP:
  225. cheatFinishHP
  226. ;_Finish HP:
  227. cheatDegradeHP
  228. ;_Degrade HP?
  229. cheatMultiFix
  230. ;_Multiplayer Fix?
  231. ;********************************************************************
  232. ;** Car Control editor text
  233. ;** (string length is important)
  234. controlLeft
  235. ;_left
  236. controlCentre
  237. ;centre
  238. controlRight
  239. ;right
  240. controlBack
  241. ;back
  242. controlForward
  243. controlAGear
  244. ;Analog _Gearchange:
  245. controlKeyDef
  246. ;Keyboard _Default?
  247. controlCali
  248. ;Analog Joystick Calibration
  249. controlSteerHelp
  250. ;Analog _Super-Steering Help?
  251. ;*********************************************************************
  252. ;** Driver editor text
  253. ;** (string length is important)
  254. driverName
  255. ;_Name:
  256. driverSelect
  257. ;_Selected?
  258. driverQual
  259. ;_Qual:
  260. driverRace
  261. ;_Race:
  262. driverHelmet
  263. ;Edit _Helmet...
  264. driverUp
  265. driverDown
  266. ;_Down
  267. driverGlobal
  268. ;Global
  269. ;*********************************************************************
  270. ;** In-game prefs editor text
  271. ;** (string length is important)
  272. gameDamage1
  273. ;_Hit Wall (retire):
  274. gameDamage2
  275. ;Hit Car (retire):
  276. gameDamage3
  277. ;Hit Car (damage):
  278. gameDamage4
  279. ;Hit Wall (damage):
  280. gameDetail
  281. ;_Detail Level:
  282. gameFramesSec
  283. ;_Frames/sec:
  284. gameTargetDisp
  285. ;_Target Display:
  286. gameYellow
  287. ;_Yellow Flag Delay:
  288. gameRemoval
  289. ;_Car Removal Delay:
  290. gameDamage
  291. ;Car Fragility
  292. gameSteering
  293. ;_Reverse Steering Help?
  294. gameFuelLoad
  295. ;_Practice Fuel Load:
  296. ;*********************************************************************
  297. ;** Common memory patch GUI text
  298. ;** (string length is important)
  299. memInstall
  300. ;_Install
  301. memRemove
  302. ;_Remove
  303. ;*********************************************************************
  304. ;**  Main window text
  305. ;**  (string length is important)
  306. mainMemPatch
  307. ;Memory Patches
  308. mainFileEd
  309. ;File Editors
  310. mainOther
  311. ;Other
  312. mainBinFile
  313. ;F1GP Binary:
  314. ;*********************************************************************
  315. ;** F1GP options editor text
  316. ;** (string length is important)
  317. optionsBrakes
  318. ;Auto _Brakes?
  319. optionsGears
  320. ;Auto _Gears?
  321. optionsSpins
  322. ;_Self-Righting Spins?
  323. optionsIndes
  324. ;_Indestructable?
  325. optionsLine
  326. ;Dotted `Best _Line'?
  327. optionsGear
  328. ;S_uggested Gear?
  329. optionsStandard
  330. ;Opposition S_tandard:
  331. optionsSpread
  332. ;Opposition Spr_ead:
  333. optionsPrac
  334. ;_Practice:
  335. optionsQual
  336. ;_Qualifying:
  337. optionsDist
  338. ;_Race Distance:
  339. optionsMulti
  340. ;_Multiplayer Turns:
  341. optionsUnits
  342. ;U_nits:
  343. optionsFast
  344. ;_Fast Windows?
  345. optionsAnims
  346. ;_Animations?
  347. optionsAnalog
  348. ;Analog _Joystick?
  349. optionsSetups
  350. ;Separate Qual/Race _Car Setups?
  351. optionsHelp
  352. ;Help Options
  353. optionsRace
  354. ;Race Options
  355. optionsGame
  356. ;Game Options
  357. ;*********************************************************************
  358. ;** PatchF1GP GUI text
  359. ;** (string length is important)
  360. pf1gpInterrupt
  361. ;Interrupt _Enabled?
  362. pf1gpDebounce
  363. ;_Debounce:
  364. pf1gpDigi
  365. ;Digital _Joystick Gears
  366. pf1gpKey
  367. ;_2 Key Gearchange?
  368. pf1gpTraction
  369. ;Traction Control
  370. pf1gpPitSpeed
  371. ;_Pit Lane Speed Limiter?
  372. pf1gpSpeedLimit
  373. ;Speed _Limit:
  374. pf1gpSnapshot
  375. ;Position _Snapshot Keys?
  376. ;*********************************************************************
  377. ;** Prefs editor text
  378. ;** (string length is important)
  379. prefsQuick
  380. ;Select _Quick Race?
  381. prefsSkip
  382. ;_Skip Startup Menu?
  383. prefsManual
  384. ;_Manual:
  385. prefsTiming
  386. ;_Timing:
  387. prefsDefDir
  388. ;_Default Dir:
  389. prefsLevel
  390. ;_Level Name:
  391. prefsGUI
  392. ;Fast _GUI?
  393. prefsFilter
  394. ;_File Filter?
  395. prefsLaps
  396. ;Quick _Race Laps:
  397. prefsWetProb
  398. ;_Wet Race Probability:
  399. prefsFirst
  400. ;_1st:
  401. prefsTenth
  402. ;10th:
  403. prefsPoints
  404. ;Points
  405. prefsQualLaps
  406. ;Q_ual Laps:
  407. prefsAudioInt
  408. ;Nice _Audio?
  409. prefsWetUSA
  410. ;Wet at P_hoenix?
  411. prefsAbandonQual
  412. ;A_bandon Qualifying?
  413. ;*********************************************************************
  414. ;** Record editor text
  415. ;** (string length is important)
  416. recordCondition
  417. ;_Condition
  418. recordDriver
  419. ;_Driver:
  420. recordTeam
  421. ;_Team:
  422. recordTime
  423. ;T_ime:
  424. recordDate
  425. ;D_ate:
  426. recordLoad
  427. ;_Load
  428. recordSave
  429. ;_Save
  430. ;*********************************************************************
  431. ;** Sample editor text
  432. ;** (string length is important)
  433. sampleBin
  434. ;F1GP _Binary...
  435. sampleMem
  436. ;_Memory...
  437. sampleSave
  438. ;Save RAW sample to:
  439. sampleVolume
  440. ;_Volume:
  441. sampleLength
  442. ;_Length:
  443. sampleStart
  444. ;_Start at:
  445. sampleSamFile
  446. ;S_ample:
  447. sampleSaveMode
  448. ;Save M_ode
  449. sampleCurrent
  450. ;Current
  451. sampleAll
  452. ;*********************************************************************
  453. ;** Car Setup Editor text
  454. ;** (string length is important)
  455. setupFrontW
  456. ;_Front Wing:
  457. setupRearW
  458. ;_Rear Wing:
  459. setup1
  460. ;1st:
  461. setup2
  462. ;2nd:
  463. setup3
  464. ;3rd:
  465. setup4
  466. ;4th:
  467. setup5
  468. ;5th:
  469. setup6
  470. ;6th:
  471. setupBrake
  472. ;_Brake Balance:
  473. setupTyre
  474. ;_Tyre Compound:
  475. setupLoadGlob
  476. ;Load _Global
  477. setupSaveGlob
  478. ;Save Gl_obal
  479. setupGear
  480. ;Gear
  481. setupRatios
  482. ;Ratios
  483. setupRear
  484. ;Rear
  485. setupFront
  486. ;Front
  487. setupCCTyre
  488. ;Computer Car Tyre Co_mpound:
  489. setupPitTyre
  490. ;_Default Tyre Compound:
  491. ;*********************************************************************
  492. ;** Stats GUI text
  493. ;** (string length is important)
  494. statsOutput
  495. ;_Output:
  496. statsPrint
  497. ;_Print
  498. statsHOFID
  499. ;_Driver ID
  500. statsHOFOptions
  501. ;Op_tions
  502. ;*********************************************************************
  503. ;** Team editor text
  504. ;** (string length is important)
  505. TXT_NoDriver
  506. ;None
  507. teamMax
  508. ;Ma_x Teams:
  509. teamEngine
  510. ;_Engine:
  511. teamHP
  512. ;_HP:
  513. teamDriverA
  514. ;Driver _A:
  515. teamDriverB
  516. ;Driver _B:
  517. teamCar
  518. ;Edit _Car...
  519. teamCrew
  520. ;Edit _Pit Crew...
  521. teamSpeed
  522. ;Speed _Factor:
  523. teamRisk
  524. ;_Risk Factor:
  525. teamRiskRace
  526. ;Race Ris_k Factor:
  527. teamDefRisk
  528. ;Nor_mal Risk Factors?
  529. ;*********************************************************************
  530. ;** Graphics editor text
  531. ;** (string length is important)
  532. ;gfxSave (900//)        REMOVED IN V3.10
  533. ;Save RAW Bitmap to:
  534. ;gfxCockpit (901//)        REMOVED IN V3.10
  535. ;Cockpit
  536. gfxImage
  537. ;_Image:
  538. gfxLoadSettings
  539. ;_Load Settings...
  540. gfxSaveSettings
  541. ;_Save Settings As...
  542. gfxPosition
  543. ;Position
  544. gfxSaveImage
  545. ;Save Image & Positions to:
  546. gfxView
  547. ;_View
  548. ;*********************************************************************
  549. ;** Keyboard Redefinition windows
  550. ;** (string length is not important)
  551. keyDefine
  552. ;Redefine _Keys...
  553. keySteerRight
  554. ;Steer Right
  555. keySteerLeft
  556. ;Steer Left
  557. keyBrake
  558. ;Brake
  559. keyAccelerate
  560. ;Accelerate
  561. keyShowTimes
  562. ;Show positions and times
  563. keyTimesOff
  564. ;Positions and times off
  565. keyPositions
  566. ;Positions front/behind
  567. keySetupMenu
  568. ;Car setup menu
  569. keyHUDUp
  570. ;Move HUD up
  571. keyHUDDown
  572. ;Move HUD down
  573. keyHUDLeft
  574. ;Move HUD left
  575. keyHUDRight
  576. ;Move HUD right
  577. keyToggleHUD
  578. ;Toggle HUD
  579. keyHUDSize
  580. ;Change HUD size
  581. keyForChase
  582. ;Forward chase view
  583. keyYourCar
  584. ;View your car
  585. keyRevChase
  586. ;Reverse chase view
  587. keyNextCar
  588. ;Next car
  589. keyPrevCar
  590. ;Previous car
  591. keyTrackside
  592. ;Trackside view
  593. keyCockpit
  594. ;Cockpit view
  595. keyChangeUp
  596. ;Change up a gear
  597. keyChangeDown
  598. ;Change down a gear
  599. keySnapshot1
  600. ;Snapshot position 1
  601. keySnapshot2
  602. ;Snapshot position 2
  603. keyRestore1
  604. ;Restore position 1
  605. keyRestore2
  606. ;Restore position 2
  607. ;*********************************************************************
  608. ;** Local Speed Factor window
  609. ;** (string length is important)
  610. sfactorLocal
  611. ;_Local Speed Factor:
  612. sfactorReset
  613. ;Re_set
  614. sfactorDec
  615. ;_Decrease All
  616. sfactorInc
  617. ;I_ncrease All
  618. sfactorWetFactor
  619. ;In Wet Weather:
  620. sfactorWetReduce
  621. ;_Auto-Reduce in the wet?
  622. sfactorCorrectFPS
  623. ;_Frame Rate Correction?
  624. sfactorActual
  625. ;Actual:
  626. ;*********************************************************************
  627. ;** Misc patches window
  628. ;** (string length is important)
  629. miscPitLight
  630. ;_Pit Light Off?
  631. miscLess26Cars
  632. ;_Less cars in races?
  633. miscCorrectClock
  634. ;_Correct Clock?
  635. ;*********************************************************************
  636. ;** Auto Calculation window
  637. ;** (string length is important)
  638. realEvent
  639. ;_Event:
  640. realInclude
  641. ;_Include in calculation?
  642. realNew
  643. ;_New
  644. realRemove
  645. ;Dele_te
  646. realFastest
  647. ;_Fastest Team HP:
  648. realSlowest
  649. ;S_lowest Team HP:
  650. realCalculate
  651. ;C_alculate Current
  652. realDriver
  653. ;Driver:
  654. realQualTime
  655. ;_Qualifying Time:
  656. realRaceLap
  657. ;Fastest _Race Lap:
  658. realIgnore
  659. ;I_gnore Race?
  660. realBestDriver
  661. ;_Best Driver:
  662. realWorstDriver
  663. ;_Worst Driver:
  664. realCalcAll
  665. ;_Calculate All
  666. realMateFactor
  667. ;_Mate Factor:
  668. ;*********************************************************************
  669. ;** Local Risk Factor window
  670. ;** (string length is important)
  671. rfactorLocal
  672. ;_Local Risk Factor:
  673. rfactorLocalRace
  674. ;L_ocal Race Risk Factor:
  675. ;*********************************************************************
  676. ;** Palette window
  677. ;** (string length is important)
  678. paletteRed
  679. ;_Red:
  680. paletteGreen
  681. ;_Green:
  682. paletteBlue
  683. ;_Blue:
  684. ;*********************************************************************
  685. ;** GPPatch window
  686. ;** (string length is important)
  687. gppatchFont
  688. ;_Font
  689. gppatchHUD
  690. ;_HUD on?
  691. gppatchHUDsize
  692. ;HUD _Size:
  693. gppatchSetup
  694. ;_Allow Setup Change:
  695. gppatchLarge
  696. ;Large
  697. gppatchMedium
  698. ;Medium
  699. gppatchSmall
  700. ;Small
  701. gppatchNever
  702. ;Never
  703. gppatchAlways
  704. ;Always
  705. gppatchNotRace
  706. ;Not Race
  707. ;*********************************************************************
  708. ;** Display window
  709. ;** (string length is important)
  710. displayX
  711. displayY
  712. displayDefPos
  713. ;Default _Position?
  714. ;*********************************************************************
  715. ;** Backdrops window
  716. ;** (string length is important)
  717. bkgDest
  718. ;_Destination
  719. bkgLoad
  720. ;_Load IFF/BKG Image
  721. bkgReplace
  722. ;_Replace
  723. bkgBuffer
  724. ;Buffer:
  725. bkgFlush
  726. ;_Flush
  727. bkgViewIFF
  728. ;_View
  729. bkgViewBKG
  730. ;View _Current
  731. bkgSave
  732. ;_Save Other
  733. bkgInfo
  734. ;Information
  735. bkgBufEmpty
  736. ;<empty>
  737. bkgInfoIntro
  738. ;Intro
  739. bkgInfoAnim
  740. ;Animation
  741. bkgInfoMenu
  742. ;Menu
  743. bkgInfoDim
  744. ;Palette Change
  745. bkgInfoSimple
  746. ;Unrestricted
  747. ;*********************************************************************
  748. ;** Menu text
  749. ;** (string length is not important)
  750. menuProjectTitle
  751. ;Project
  752. menuFileTitle
  753. ;File
  754. menuWindowTitle
  755. ;Window
  756. menuMemoryTitle
  757. ;Memory
  758. menuSettingsTitle
  759. ;Settings
  760. menuNew
  761. menuLoad
  762. ;Load from
  763. ;*** The 3 sub-item strings below are only used by the menuLoad item ***
  764. menuDatafile
  765. ;Datafile...
  766. menuBinary
  767. ;F1GP Binary
  768. menuMemory
  769. ;Memory
  770. menuSave
  771. ;Save to
  772. menuAbout
  773. ;About...
  774. menuQuit
  775. ;Quit
  776. ;*** The 3 sub-item strings below are only used by the menuSave item ***
  777. menuDatafileSave
  778. ;Datafile...
  779. menuBinarySave
  780. ;F1GP Binary
  781. menuMemorySave
  782. ;Memory
  783. menuSaveAll
  784. menuLoadNames
  785. ;Load Names...
  786. menuSaveNames
  787. ;Save Names...
  788. menuDefault
  789. ;Default settings
  790. menuInstall
  791. ;Install Patches
  792. menuRemove
  793. ;Remove Patches
  794. menuIcons
  795. ;Create Icons?
  796. menuOverwrite
  797. ;Overwrite Files?
  798. menuConfirm
  799. ;Confirmation Requests?
  800. menuFilter
  801. ;File Filter?
  802. menuSavePos
  803. ;Save Window Positions?
  804. menuScreen
  805. ;Screen
  806. menuScreenPub
  807. ;Public
  808. menuScreenCust
  809. ;Custom...
  810. menuSaveSettings
  811. ;Save Settings
  812. menuRepatch
  813. ;Patch After Loading?
  814. ; END
  815.